object ga_mes: Tga_mes Left = 315 Top = 182 Width = 330 Height = 123 Caption = 'ga_mes' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 16 Width = 321 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Label1' WordWrap = True end object SpeedButton1: TSpeedButton Left = 64 Top = 64 Width = 89 Height = 25 Caption = 'Ja' OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 168 Top = 64 Width = 89 Height = 25 Caption = 'Nein' OnClick = SpeedButton2Click end end